This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Prepare for 2.8.0 release #62
Merged
weierophinney
merged 32 commits into
zendframework:master
from
weierophinney:versions/2.8.0
Jul 11, 2017
Merged
Prepare for 2.8.0 release #62
weierophinney
merged 32 commits into
zendframework:master
from
weierophinney:versions/2.8.0
Jul 11, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When multiple people first access a ZF2 powered website there is the possibility that both requests write simultaneously write a slightly different file to disk. The result can be an PHP file having a parse error. This commit fixes this by acquiring an exclusive lock.
…condition prevention
…g-write-race-condition-prevention' into develop Forward port zendframework#53
Forward port zendframework#51
Forward port zendframework#55
…ig-3 Allow zend-config 3.1
Forward port zendframework#49
Forward port zendframework#59
Forward port zendframework#41
Forward port zendframework#44
New `use_zend_loader` module manager option controls if Zend\Loader should be used, it is enabled by default. Disabling it removes dependency on zendframework/zend-loader. This option is useful if alternative autoloading is used, eg Composer. Setting it to false will also disable AutoloaderProvider feature.
- Within the `ModuleAutoloader` chapter, a new note documents the new option.
- Needed to autoload the `ListenerTestModule` namespace. - Needed to import that same namespace into the test case.
Forward port zendframework#36 Conflicts: CHANGELOG.md
Forward port zendframework#39
Forward port zendframework#58
Conflicts: CHANGELOG.md
- Changes PHP requirement to make 5.6 the minimum. - Removes PHP 5.5 and HHVM builds from the test matrix. - Updates the test matrix to use the lowest/locked/latest strategy.
- Removes support for PHP 5.5 and HHVM - Updates PHPUnit to the 5.7 and 6.0 series
weierophinney
added a commit
that referenced
this pull request
Jul 11, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merges develop to master, and: